home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 December / macgaichiban199612.bin / NEWS ROOM / Shared.Dir / 00751.ls < prev    next >
Encoding:
Text File  |  1996-02-29  |  303 b   |  16 lines

  1. on mouseDown
  2.   puppetSprite(5, 0)
  3.   puppetSprite(7, 0)
  4.   puppetSprite(1, 0)
  5.   buttonpush(751, 754)
  6.   if chars(the movieName, 1, 7) = "content" then
  7.     go("info")
  8.   else
  9.     if the machineType = 256 then
  10.       go("info", "contentP.dir")
  11.     else
  12.       go("info", "contentM.dir")
  13.     end if
  14.   end if
  15. end
  16.